diff options
Diffstat (limited to 'config/waybar/configs/Peony [TOP]')
| -rw-r--r-- | config/waybar/configs/Peony [TOP] | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] index 0c490202..0bd052e0 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -23,7 +23,15 @@ "modules-center": ["clock#peony"], -"modules-right": ["wireplumber#peony","custom/separator#line","backlight#peony","custom/separator#line","temperature#peony","custom/separator#line","battery#peony","network#peony"], +"modules-right": [ + "pulseaudio", + "custom/separator#line", + "backlight#peony", + "custom/separator#line", + "temperature#peony", + "custom/separator#line", + "battery#peony", + "network#peony"], //M O D U L E S // @@ -75,8 +83,8 @@ "temperature#peony": { // "thermal-zone": 2, - // "hwmon-path": ["/sys/class/hwmon/hwmon2/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - // "critical-threshold": 80, + "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + "critical-threshold": 80, // "format-critical": "{temperatureC}°C ", "format": "{temperatureC}°C " |
